home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 304.adf / IRA / makefile < prev    next >
Makefile  |  1990-01-10  |  601b  |  26 lines

  1. #   makefile for IRA for Aztec 3.6
  2.  
  3. CFLAGS = +fi -n +L +Iinclude:symbols.m
  4.  
  5. ira: ira.o abouthelp.o doargs.o
  6.     ln -g +Cd -o ira ira.o abouthelp.o doargs.o -lfileio32 -lma32 -lc32
  7.     
  8. ira.o: ira.c ira.h fio.h limits.h
  9.  
  10. abouthelp.o: abouthelp.c helpwin.h
  11.  
  12. doargs.o: doargs.c limits.h
  13.  
  14. lilira: lilira.c
  15.     cc -n +fi lilira.c
  16.     ln -g lilira.o -lma -lc
  17.  
  18. tp:
  19.     titlepage -8 -t -b -ffrankfurter -s16 -n5 IRA -n5 -ftimes -s13 +b -c \"Version 2\" -n5 +c -q -b -d -p
  20.  
  21. backup:
  22.     backup -c -d"*.dbg" -d"*.o" -d"*.bak" -d"*xrf" zap0:src/IRA -obk:IRA
  23.  
  24. xrf:
  25.     cref -t4 -w96  ira.c doargs.c abouthelp.c helpwin.h limits.h >xrf
  26.